Package com.netscape.cmscore.apps
Class EngineConfig
java.lang.Object
com.netscape.cmscore.base.ConfigStore
com.netscape.cmscore.apps.EngineConfig
- All Implemented Interfaces:
Cloneable
-
Field Summary
Fields inherited from class com.netscape.cmscore.base.ConfigStore
logger, mSource, mStoreName, PROP_SUBSTORES, storage
-
Constructor Summary
ConstructorsConstructorDescriptionEngineConfig
(ConfigStorage storage) EngineConfig
(String name, SimpleProperties source) -
Method Summary
Modifier and TypeMethodDescriptionReturns auths.* parameters.Returns authz.* parameters.Returns dbs.* parameters.Returns internaldb.* parameters.Returns jobsScheduler.* parameters.Returns log.* parameters.int
getState()
boolean
Returns keyWrap.useOAEP parameter.void
setHostname
(String hostname) void
setPasswordFile
(String passwordFile) void
setState
(int state) Methods inherited from class com.netscape.cmscore.base.ConfigStore
clear, clone, commit, get, getBigInteger, getBigInteger, getBoolean, getBoolean, getByteArray, getByteArray, getFullName, getInteger, getInteger, getName, getProperties, getPropertyNames, getSource, getStorage, getString, getString, getSubStore, getSubStore, getSubStoreNames, keys, load, load, makeSubStore, makeSubStore, printProperties, put, putBigInteger, putBoolean, putByteArray, putInteger, putString, remove, removeSubStore, size, store
-
Constructor Details
-
EngineConfig
public EngineConfig() -
EngineConfig
-
EngineConfig
-
-
Method Details
-
getHostname
-
setHostname
- Throws:
EBaseException
-
getPasswordClass
- Throws:
EBaseException
-
getPasswordFile
- Throws:
EBaseException
-
setPasswordFile
- Throws:
EBaseException
-
getState
- Throws:
EBaseException
-
setState
public void setState(int state) -
getInternalDBConfig
Returns internaldb.* parameters. -
getSubsystemsConfig
-
getAuthenticationConfig
Returns auths.* parameters. -
getAuthorizationConfig
Returns authz.* parameters. -
getDatabaseConfig
Returns dbs.* parameters. -
getPreOpConfig
-
getSocketConfig
-
getUGSubsystemConfig
-
getPasswordStoreConfig
- Throws:
EBaseException
-
getJssSubsystemConfig
-
getJobsSchedulerConfig
Returns jobsScheduler.* parameters. -
getLoggingConfig
Returns log.* parameters. -
getUseOAEPKeyWrap
Returns keyWrap.useOAEP parameter.- Throws:
EBaseException
-